++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Asia/Krasnoyarsk
+ echo 'Choosen random timezone Asia/Krasnoyarsk'
+ ln -snf /usr/share/zoneinfo/Asia/Krasnoyarsk /etc/localtime
Choosen random timezone Asia/Krasnoyarsk
+ echo Asia/Krasnoyarsk
+ dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49067 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static (24.3.12.76.altinitystable) ...
Setting up clickhouse-common-static (24.3.12.76.altinitystable) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49096 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable) ...
Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable) ...
+ dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49105 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-server (24.3.12.76.altinitystable) ...
Setting up clickhouse-server (24.3.12.76.altinitystable) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49122 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-client (24.3.12.76.altinitystable) ...
Setting up clickhouse-client (24.3.12.76.altinitystable) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.12.76.altinitystable.
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=58724352
+ sed --follow-symlinks -i 's|[[:digit:]]\+|58724352|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=17326080
+ sed --follow-symlinks -i 's|[[:digit:]]\+|17326080|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
x86_64
Adding azure configuration
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ ./minio server --address :11111 ./minio_data
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:45467 http://127.0.0.1:45467
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (45467), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDeniedAccess Denied./18119BB54F7A2049472d9534-427e-440c-93d3-66f4dc2cbcbd
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 259 root 10u IPv6 33422 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 82.02 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 93.41 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 43.54 KiB/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.51 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.30 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.90 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 6.59 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Dec 16 15:41 .
drwxr-xr-x 1 root root 4.0K Dec 16 15:41 ..
-rw-rw-r-- 1 1000 1000 300 Dec 16 15:39 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Jun 13 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Dec 16 15:41 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Dec 16 15:41 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Dec 16 15:41 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Dec 16 15:41 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Dec 16 15:41 dev
-rwxr-xr-x 1 root root 0 Dec 16 15:41 .dockerenv
drwxr-xr-x 1 root root 4.0K Dec 16 15:41 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Jun 13 2024 mc
drwxr-xr-x 2 root root 4.0K Apr 27 2024 media
-rwxr-xr-x 1 root root 114M Jun 13 2024 minio
drwxr-xr-x 4 root root 4.0K Dec 16 15:42 minio_data
drwxr-xr-x 2 root root 4.0K Apr 27 2024 mnt
drwxr-xr-x 2 root root 4.0K Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Dec 16 15:41 package_folder
dr-xr-xr-x 839 root root 0 Dec 16 15:41 proc
-rwxrwxr-x 1 root root 7.9K May 15 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K Dec 16 15:42 root
drwxr-xr-x 1 root root 4.0K Dec 16 15:41 run
-rwxrwxr-x 1 root root 16K Jun 13 2024 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K May 15 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Jun 13 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Apr 27 2024 srv
-rw-rw-r-- 1 root root 13K Jun 13 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Dec 16 15:41 sys
drwxrwxr-x 2 1000 1000 4.0K Dec 16 15:41 test_output
drwxrwxrwt 1 root root 4.0K Dec 16 15:41 tmp
drwxr-xr-x 1 root root 4.0K Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Apr 27 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 545 clickhouse 322u IPv4 33465 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [16/Dec/2024:08:42:31 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:42:31 +0000] "PUT /devstoreaccount1/cont/ftefpyofexpszcvikmbpejbgjtjbptgl?blockid=iyyvhpbicxvrxkwqhqwzsmdhqsscjunbgtefllgvenhohlubuzeohclumergagzh&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:42:31 +0000] "PUT /devstoreaccount1/cont/ftefpyofexpszcvikmbpejbgjtjbptgl?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:42:31 +0000] "GET /devstoreaccount1/cont/ftefpyofexpszcvikmbpejbgjtjbptgl HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:08:42:31 +0000] "GET /devstoreaccount1/cont/ftefpyofexpszcvikmbpejbgjtjbptgl HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:08:42:31 +0000] "DELETE /devstoreaccount1/cont/ftefpyofexpszcvikmbpejbgjtjbptgl HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 732
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 3 ]]
+ [[ -n 5 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ ts '%Y-%m-%d %H:%M:%S'
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 5 --report-logs-stats
+ tee -a test_output/test_result.txt
2024-12-16 15:44:04 Using queries from '/usr/share/clickhouse-test/queries' directory
2024-12-16 15:44:04 Connecting to ClickHouse server... OK
2024-12-16 15:44:04 Connected to server 24.3.12.76.altinitystable @ 2f7ddaa904b1e8b911d6f3d911cf6e53720aba01 HEAD
2024-12-16 15:44:04 Found 1121 parallel tests and 116 sequential tests
2024-12-16 15:44:08
2024-12-16 15:44:08 Running about 140 stateless tests (ForkPoolWorker-8).
2024-12-16 15:44:08
2024-12-16 15:44:08 03215_analyzer_replace_with_dummy_tables: [ OK ] 3.23 sec.
2024-12-16 15:44:08
2024-12-16 15:44:08 Running about 140 stateless tests (ForkPoolWorker-2).
2024-12-16 15:44:08
2024-12-16 15:44:08 03246_range_literal_replacement_works: [ OK ] 3.57 sec.
2024-12-16 15:44:08
2024-12-16 15:44:08 Running about 140 stateless tests (ForkPoolWorker-3).
2024-12-16 15:44:08
2024-12-16 15:44:08 03231_prewhere_conditions_order: [ OK ] 3.70 sec.
2024-12-16 15:44:08
2024-12-16 15:44:08 Running about 140 stateless tests (ForkPoolWorker-6).
2024-12-16 15:44:08
2024-12-16 15:44:08 03217_json_merge_patch_stack_overflow: [ OK ] 3.84 sec.
2024-12-16 15:44:11
2024-12-16 15:44:11 Running about 140 stateless tests (ForkPoolWorker-7).
2024-12-16 15:44:11
2024-12-16 15:44:11 03209_parameterized_view_with_non_literal_params: [ OK ] 7.15 sec.
2024-12-16 15:44:12 03196_max_intersections_arena_crash: [ OK ] 3.52 sec.
2024-12-16 15:44:12 03167_parametrized_view_with_cte: [ OK ] 3.64 sec.
2024-12-16 15:44:12 03151_analyzer_view_read_only_necessary_columns: [ OK ] 3.60 sec.
2024-12-16 15:44:12
2024-12-16 15:44:12 Running about 140 stateless tests (ForkPoolWorker-4).
2024-12-16 15:44:12
2024-12-16 15:44:12 03221_mutation_analyzer_skip_part: [ OK ] 7.69 sec.
2024-12-16 15:44:12
2024-12-16 15:44:12 Running about 140 stateless tests (ForkPoolWorker-5).
2024-12-16 15:44:12
2024-12-16 15:44:12 03217_filtering_in_system_tables: [ OK ] 7.94 sec.
2024-12-16 15:44:13
2024-12-16 15:44:13 Running about 140 stateless tests (ForkPoolWorker-9).
2024-12-16 15:44:13
2024-12-16 15:44:13 03210_variant_with_aggregate_function_type: [ FAIL ] 8.69 sec. - result differs with reference:
2024-12-16 15:44:13 --- /usr/share/clickhouse-test/queries/0_stateless/03210_variant_with_aggregate_function_type.reference 2024-12-16 15:39:21.265804967 +0700
2024-12-16 15:44:13 +++ /tmp/clickhouse-test/0_stateless/03210_variant_with_aggregate_function_type.stdout 2024-12-16 15:44:13.467308221 +0700
2024-12-16 15:44:13 @@ -1,6 +1,6 @@
2024-12-16 15:44:13 500
2024-12-16 15:44:13 fail 500
2024-12-16 15:44:13 - 499
2024-12-16 15:44:13 fail 500
2024-12-16 15:44:13 + 499
2024-12-16 15:44:13 500 499
2024-12-16 15:44:13 fail 500 500
2024-12-16 15:44:13
2024-12-16 15:44:13
2024-12-16 15:44:13 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 7683063 --max_read_buffer_size 944992 --prefer_localhost_replica 0 --max_block_size 63167 --max_threads 61 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 71 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 20371258 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 24 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 4291724613 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 2305565591 --min_compress_block_size 2975455 --max_compress_block_size 2749340 --merge_tree_compact_parts_min_granules_to_multibuffer_read 90 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 867838 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --prefer_warmed_unmerged_parts_seconds 5 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.41
2024-12-16 15:44:13
2024-12-16 15:44:13 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 447604162 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 5054158 --merge_max_block_size 13470 --index_granularity 43195 --min_bytes_for_wide_part 809997550 --marks_compress_block_size 97584 --primary_key_compress_block_size 91623 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 421129567 --compact_parts_max_granules_to_buffer 29 --compact_parts_merge_max_bytes_to_prefetch_part 21043030 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480
2024-12-16 15:44:13
2024-12-16 15:44:13 Database: test_q1dfrsj3
2024-12-16 15:44:15 03143_parallel_replicas_mat_view_bug: [ OK ] 3.63 sec.
2024-12-16 15:44:15 03151_redundant_distinct_with_window: [ OK ] 3.92 sec.
2024-12-16 15:44:15 03130_abs_in_key_condition_bug: [ OK ] 3.77 sec.
2024-12-16 15:44:16 03127_argMin_combinator_state: [ OK ] 3.92 sec.
2024-12-16 15:44:17 03031_distinguish_bool_and_int_in_settings: [ OK ] 4.65 sec.
2024-12-16 15:44:18 03033_scalars_context_data_race: [ OK ] 5.62 sec.
2024-12-16 15:44:18 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 5.15 sec.
2024-12-16 15:44:19 03016_analyzer_groupby_fuzz_59796: [ OK ] 3.57 sec.
2024-12-16 15:44:19 03015_analyzer_groupby_fuzz_60772: [ OK ] 3.54 sec.
2024-12-16 15:44:19 03022_alter_materialized_view_query_has_inner_table: [ OK ] 3.80 sec.
2024-12-16 15:44:19 03015_with_fill_invalid_expression: [ OK ] 3.37 sec.
2024-12-16 15:44:20 03014_window_view_crash: [ OK ] 3.22 sec.
2024-12-16 15:44:21 03014_analyzer_groupby_fuzz_60317: [ OK ] 3.53 sec.
2024-12-16 15:44:22 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 3.55 sec.
2024-12-16 15:44:23 03013_position_const_start_pos: [ OK ] 3.47 sec.
2024-12-16 15:44:23 03008_groupSortedArray_field: [ OK ] 3.54 sec.
2024-12-16 15:44:24 03006_analyzer_executable_table_function: [ OK ] 3.19 sec.
2024-12-16 15:44:24 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 3.24 sec.
2024-12-16 15:44:25 03003_compatibility_setting_bad_value: [ OK ] 3.01 sec.
2024-12-16 15:44:26 03002_modify_query_cte: [ OK ] 2.95 sec.
2024-12-16 15:44:26 03009_format_show_database: [ OK ] 6.74 sec.
2024-12-16 15:44:26 03003_sql_json_nonsense: [ OK ] 3.44 sec.
2024-12-16 15:44:27 03008_optimize_equal_ranges: [ OK ] 7.84 sec.
2024-12-16 15:44:28 03002_analyzer_prewhere: [ OK ] 4.04 sec.
2024-12-16 15:44:29 03001_insert_threads_deduplication: [ OK ] 4.36 sec.
2024-12-16 15:44:29 02998_primary_key_skip_columns: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 15:44:30 02999_scalar_subqueries_bug_2: [ OK ] 3.28 sec.
2024-12-16 15:44:30 03000_virtual_columns_in_prewhere: [ OK ] 3.72 sec.
2024-12-16 15:44:30 02999_scalar_subqueries_bug_1: [ OK ] 3.81 sec.
2024-12-16 15:44:31 02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column: [ OK ] 3.71 sec.
2024-12-16 15:44:31 02998_system_dns_cache_table: [ OK ] 3.39 sec.
2024-12-16 15:44:32 03001_bad_error_message_higher_order_functions: [ OK ] 7.29 sec.
2024-12-16 15:44:32 02998_ipv6_hashing: [ OK ] 3.38 sec.
2024-12-16 15:44:33 02996_index_compaction_counterexample: [ OK ] 3.72 sec.
2024-12-16 15:44:34 02993_values_escape_quote: [ OK ] 3.54 sec.
2024-12-16 15:44:35 02990_parts_splitter_invalid_ranges: [ OK ] 3.63 sec.
2024-12-16 15:44:36 02990_optimize_uniq_to_count_alias: [ OK ] 3.99 sec.
2024-12-16 15:44:37 02990_arrayFold_nullable_lc: [ OK ] 4.41 sec.
2024-12-16 15:44:37 02997_fix_datetime64_scale_conversion: [ OK ] 7.76 sec.
2024-12-16 15:44:39 02985_dialects_with_distributed_tables: [ OK ] 4.44 sec.
2024-12-16 15:44:40 02981_translate_fixedstring: [ OK ] 3.38 sec.
2024-12-16 15:44:40 02983_empty_map: [ OK ] 4.93 sec.
2024-12-16 15:44:41 02985_parser_check_stack_size: [ OK ] 7.64 sec.
2024-12-16 15:44:41 02973_analyzer_join_use_nulls_column_not_found: [ OK ] 3.90 sec.
2024-12-16 15:44:42 02973_dictionary_table_exception_fix: [ OK ] 3.38 sec.
2024-12-16 15:44:43 02969_analyzer_eliminate_injective_functions: [ OK ] 3.69 sec.
2024-12-16 15:44:45 02995_forget_partition: [ OK ] 15.05 sec.
2024-12-16 15:44:45 02969_functions_to_subcolumns_if_null: [ OK ] 4.07 sec.
2024-12-16 15:44:45 02969_archive_seek: [ OK ] 5.48 sec.
2024-12-16 15:44:45 02968_mysql_prefer_column_name_to_alias: [ OK ] 4.03 sec.
2024-12-16 15:44:47 02967_analyzer_fuzz: [ OK ] 3.75 sec.
2024-12-16 15:44:48 02980_s3_plain_DROP_TABLE_MergeTree: [ OK ] 10.74 sec.
2024-12-16 15:44:48 02963_invalid_identifier: [ OK ] 3.22 sec.
2024-12-16 15:44:49 02956_fix_to_start_of_milli_microsecond: [ OK ] 3.39 sec.
2024-12-16 15:44:50 02952_archive_parsing: [ OK ] 3.19 sec.
2024-12-16 15:44:51 02956_clickhouse_local_system_parts: [ OK ] 5.47 sec.
2024-12-16 15:44:52 02952_binary: [ OK ] 3.94 sec.
2024-12-16 15:44:52 02943_variant_type_with_different_local_and_global_order: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 15:44:54 02949_parallel_replicas_in_subquery: [ OK ] 4.81 sec.
2024-12-16 15:44:54 02945_blake3_msan: [ OK ] 3.37 sec.
2024-12-16 15:44:55 02946_format_values: [ OK ] 4.99 sec.
2024-12-16 15:44:56 02950_part_log_bytes_uncompressed: [ OK ] 7.14 sec.
2024-12-16 15:44:57 02943_order_by_all: [ OK ] 5.43 sec.
2024-12-16 15:44:59 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 5.12 sec.
2024-12-16 15:44:59 02943_create_query_interpreter_sample_block_fix: [ OK ] 4.92 sec.
2024-12-16 15:44:59 02935_ipv6_bit_operations: [ OK ] 3.80 sec.
2024-12-16 15:45:01 02935_date_trunc_case_unsensitiveness: [ OK ] 4.12 sec.
2024-12-16 15:45:03 02931_ubsan_error_arena_aligned_alloc: [ OK ] 3.60 sec.
2024-12-16 15:45:05 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 5.73 sec.
2024-12-16 15:45:06 02940_variant_text_deserialization: [ OK ] 10.72 sec.
2024-12-16 15:45:08 02968_file_log_multiple_read: [ OK ] 25.30 sec.
2024-12-16 15:45:08 02922_respect_nulls_parser: [ OK ] 4.84 sec.
2024-12-16 15:45:08 02920_unary_operators_functions: [ OK ] 3.41 sec.
2024-12-16 15:45:10 02931_file_cluster: [ OK ] 8.63 sec.
2024-12-16 15:45:12 02918_join_pm_lc_crash: [ OK ] 3.79 sec.
2024-12-16 15:45:12 02920_alter_column_of_projections: [ OK ] 4.32 sec.
2024-12-16 15:45:14 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 5.90 sec.
2024-12-16 15:45:16 02920_capnp_protobuf_auto_schema_nested: [ OK ] 9.58 sec.
2024-12-16 15:45:18 02911_join_on_nullsafe_optimization: [ OK ] 6.15 sec.
2024-12-16 15:45:21 02918_sqlite_path_check: [ OK ] 10.92 sec.
2024-12-16 15:45:21 02910_replicated_merge_parameters_must_consistent: [ OK ] 4.74 sec.
2024-12-16 15:45:22 02915_input_table_function_in_subquery: [ OK ] 10.31 sec.
2024-12-16 15:45:23 02907_http_exception_json_bug: [ OK ] 4.68 sec.
2024-12-16 15:45:24 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 9.89 sec.
2024-12-16 15:45:25 02906_flatten_only_true_nested: [ OK ] 3.91 sec.
2024-12-16 15:45:25 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 4.32 sec.
2024-12-16 15:45:27 02905_show_setting_query: [ OK ] 3.42 sec.
2024-12-16 15:45:28 02932_kill_query_sleep: [ OK ] 29.12 sec.
2024-12-16 15:45:29 02902_select_subcolumns_from_engine_null: [ OK ] 3.59 sec.
2024-12-16 15:45:29 02905_system_logs_hostname: [ OK ] 7.08 sec.
2024-12-16 15:45:31 02900_date_time_check_overflow: [ OK ] 4.75 sec.
2024-12-16 15:45:32 02896_optimize_array_exists_to_has_with_date: [ OK ] 3.53 sec.
2024-12-16 15:45:32 02967_parallel_replicas_join_algo_and_analyzer: [ OK ] 47.48 sec.
2024-12-16 15:45:33 02893_trash_optimization: [ OK ] 3.83 sec.
2024-12-16 15:45:35 03199_unbin_buffer_overflow: [ OK ] 87.66 sec.
2024-12-16 15:45:35 02892_SummingMergeTree_Nested: [ OK ] 3.99 sec.
2024-12-16 15:45:36 02892_rocksdb_trivial_count: [ OK ] 3.82 sec.
2024-12-16 15:45:37 02891_rename_table_without_keyword: [ OK ] 4.06 sec.
2024-12-16 15:45:37 02891_alter_update_adaptive_granularity: [ OK ] 3.74 sec.
2024-12-16 15:45:37 02905_csv_unquoted_string_with_cr: [ OK ] 13.11 sec.
2024-12-16 15:45:39 02890_partition_prune_in_extra_columns: [ OK ] 3.71 sec.
2024-12-16 15:45:40 02890_untuple_column_names: [ OK ] 4.29 sec.
2024-12-16 15:45:40 02884_parallel_window_functions: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 15:45:40 02888_obsolete_settings: [ OK ] 3.62 sec.
2024-12-16 15:45:40 02885_create_distributed_table_without_as: [ OK ] 2.89 sec.
2024-12-16 15:45:41 02888_single_state_nullable_type: [ OK ] 3.41 sec.
2024-12-16 15:45:42 02898_input_format_values_allow_data_after_semicolon: [ OK ] 13.59 sec.
2024-12-16 15:45:42 02903_client_insert_in_background: [ OK ] 16.68 sec.
2024-12-16 15:45:42 02884_duplicate_index_name: [ OK ] 3.15 sec.
2024-12-16 15:45:44 02881_system_detached_parts_modification_time: [ OK ] 4.14 sec.
2024-12-16 15:45:44 02875_fix_column_decimal_serialization: [ OK ] 3.76 sec.
2024-12-16 15:45:45 02874_infer_objects_as_named_tuples: [ OK ] 3.99 sec.
2024-12-16 15:45:45 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 3.56 sec.
2024-12-16 15:45:46 02869_unicode_minus: [ OK ] 3.40 sec.
2024-12-16 15:45:47 02878_use_structure_from_insertion_table_with_explicit_insert_columns: [ OK ] 6.43 sec.
2024-12-16 15:45:49 02863_non_const_timezone_check: [ OK ] 4.32 sec.
2024-12-16 15:45:49 02869_parallel_replicas_read_from_several: [ OK ] 4.99 sec.
2024-12-16 15:45:51 02842_move_pk_to_end_of_prewhere: [ OK ] 4.86 sec.
2024-12-16 15:45:51 02842_table_function_file_filter_by_virtual_columns: [ OK ] 6.52 sec.
2024-12-16 15:45:52 02840_grace_hash_join_structure_mismatch: [ OK ] 3.54 sec.
2024-12-16 15:45:53 02842_mutations_replace_non_deterministic: [ OK ] 7.26 sec.
2024-12-16 15:45:55 02836_file_diagnostics_while_reading_header: [ OK ] 5.67 sec.
2024-12-16 15:45:55 02834_add_sub_date_functions: [ OK ] 4.27 sec.
2024-12-16 15:45:56 02832_transform_fixed_string_no_default: [ OK ] 3.32 sec.
2024-12-16 15:45:56 02833_tuple_concat: [ OK ] 3.99 sec.
2024-12-16 15:45:59 02832_integer_type_inference: [ OK ] 3.70 sec.
2024-12-16 15:45:59 02831_regexp_analyze_recursion: [ OK ] 3.84 sec.
2024-12-16 15:45:59 02831_trash: [ OK ] 3.41 sec.
2024-12-16 15:46:00 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 3.61 sec.
2024-12-16 15:46:02 02815_logical_error_cannot_get_column_name_of_set: [ OK ] 3.41 sec.
2024-12-16 15:46:03 02814_create_index_uniq_noop: [ OK ] 3.08 sec.
2024-12-16 15:46:05 02814_order_by_tuple_window_function: [ OK ] 3.35 sec.
2024-12-16 15:46:06 02815_join_algorithm_setting: [ OK ] 6.98 sec.
2024-12-16 15:46:06 02813_any_value: [ OK ] 3.45 sec.
2024-12-16 15:46:06 02889_file_log_save_errors: [ OK ] 29.91 sec.
2024-12-16 15:46:07 02814_currentDatabase_for_table_functions: [ OK ] 6.62 sec.
2024-12-16 15:46:09 02813_array_concat_agg: [ OK ] 3.53 sec.
2024-12-16 15:46:09 02812_csv_date_time_with_comma: [ OK ] 3.46 sec.
2024-12-16 15:46:09 02812_large_varints: [ OK ] 3.40 sec.
2024-12-16 15:46:10 02810_system_jemalloc_bins: [ OK ] 3.59 sec.
2024-12-16 15:46:10 02810_convert_uuid_to_uint128: [ OK ] 3.75 sec.
2024-12-16 15:46:11 02841_not_ready_set_bug: [ OK ] 23.84 sec.
2024-12-16 15:46:13 02810_fix_remove_dedundant_distinct_view: [ OK ] 3.90 sec.
2024-12-16 15:46:13 02808_aliases_inside_case: [ OK ] 3.45 sec.
2024-12-16 15:46:14 02802_with_cube_with_totals: [ OK ] 3.72 sec.
2024-12-16 15:46:14 02801_transform_nullable: [ OK ] 3.81 sec.
2024-12-16 15:46:15 02809_has_subsequence: [ OK ] 5.05 sec.
2024-12-16 15:46:15 02872_null_as_default_nested: [ OK ] 33.39 sec.
2024-12-16 15:46:18 02795_full_join_assert_cast: [ OK ] 3.41 sec.
2024-12-16 15:46:18 02791_predicate_pushdown_different_types: [ OK ] 3.45 sec.
2024-12-16 15:46:18 02790_fix_coredump_when_compile_expression: [ OK ] 3.35 sec.
2024-12-16 15:46:18 02800_clickhouse_local_default_settings: [ OK ] 5.26 sec.
2024-12-16 15:46:19 02789_jit_cannot_convert_column: [ OK ] 3.58 sec.
2024-12-16 15:46:19 02798_substring_index: [ OK ] 6.22 sec.
2024-12-16 15:46:20 02806_system_parts_columns_modification_time: [ OK ] 9.97 sec.
2024-12-16 15:46:22 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 3.87 sec.
2024-12-16 15:46:22 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 3.66 sec.
2024-12-16 15:46:22 02785_global_join_too_many_columns: [ OK ] 4.01 sec.
2024-12-16 15:46:22 02783_parsedatetimebesteffort_syslog: [ OK ] 3.54 sec.
2024-12-16 15:46:23 02781_data_skipping_index_merge_tree_min_for_seek: [ OK ] 2.55 sec.
2024-12-16 15:46:23 02783_max_bytes_to_read_in_schema_inference: [ OK ] 3.74 sec.
2024-12-16 15:46:25 02771_jit_functions_comparison_crash: [ OK ] 3.91 sec.
2024-12-16 15:46:26 02752_is_null_priority: [ OK ] 3.41 sec.
2024-12-16 15:46:28 02740_hashed_dictionary_load_factor_smoke: [ OK ] 5.16 sec.
2024-12-16 15:46:29 02735_array_map_array_of_tuples: [ OK ] 3.51 sec.
2024-12-16 15:46:29 02752_forbidden_headers: [ OK ] 6.62 sec.
2024-12-16 15:46:29 02767_into_outfile_extensions_msan: [ OK ] 7.41 sec.
2024-12-16 15:46:30 02737_session_timezone: [ OK ] 4.93 sec.
2024-12-16 15:46:33 02717_pretty_json: [ OK ] 3.29 sec.
2024-12-16 15:46:33 02715_or_null: [ OK ] 3.65 sec.
2024-12-16 15:46:34 02711_trim_aliases: [ OK ] 3.54 sec.
2024-12-16 15:46:36 02722_matcher_join_use_nulls: [ OK ] 7.28 sec.
2024-12-16 15:46:36 02710_date_diff_aliases: [ OK ] 3.55 sec.
2024-12-16 15:46:37 02710_topk_with_empty_array: [ OK ] 3.40 sec.
2024-12-16 15:46:39 02708_dotProduct: [ OK ] 5.33 sec.
2024-12-16 15:46:40 02707_keeper_map_delete_update_strict: [ OK ] 4.81 sec.
2024-12-16 15:46:43 02706_kolmogorov_smirnov_test: [ OK ] 6.25 sec.
2024-12-16 15:46:43 02704_storage_merge_explain_graph_crash: [ OK ] 3.74 sec.
2024-12-16 15:46:46 02700_regexp_operator: [ OK ] 3.39 sec.
2024-12-16 15:46:47 02699_polygons_sym_difference_total_analyzer: [ OK ] 3.34 sec.
2024-12-16 15:46:50 02698_marked_dropped_tables: [ OK ] 3.62 sec.
2024-12-16 15:46:50 02718_cli_dashed_options_parsing: [ OK ] 20.66 sec.
2024-12-16 15:46:50 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 3.65 sec.
2024-12-16 15:46:51 02771_system_user_processes: [ OK ] 29.70 sec.
2024-12-16 15:46:53 02693_multiple_joins_in: [ OK ] 3.57 sec.
2024-12-16 15:46:54 02692_multiple_joins_unicode: [ OK ] 4.06 sec.
2024-12-16 15:46:55 02691_multiple_joins_backtick_identifiers: [ OK ] 4.16 sec.
2024-12-16 15:46:55 02689_meaningless_data_types: [ OK ] 3.31 sec.
2024-12-16 15:46:57 02688_long_aggregate_function_names: [ OK ] 3.21 sec.
2024-12-16 15:46:57 02681_aggregation_by_partitions_bug: [ OK ] 3.02 sec.
2024-12-16 15:46:58 02704_max_backup_bandwidth: [ OK ] 17.22 sec.
2024-12-16 15:46:58 02675_is_ipv6_function_fix: [ OK ] 3.40 sec.
2024-12-16 15:46:58 02677_get_subcolumn_array_of_tuples: [ OK ] 3.75 sec.
2024-12-16 15:47:00 02674_null_default_structure: [ OK ] 3.43 sec.
2024-12-16 15:47:01 02668_column_block_number_vertical_merge: [ OK ] 4.04 sec.
2024-12-16 15:47:03 02834_remote_session_log: [ OK ] 72.06 sec.
2024-12-16 15:47:04 02597_column_update_and_replication: [ OK ] 5.19 sec.
2024-12-16 15:47:07 02581_width_bucket: [ OK ] 5.35 sec.
2024-12-16 15:47:07 02577_analyzer_array_join_calc_twice: [ OK ] 3.54 sec.
2024-12-16 15:47:07 02575_merge_prewhere_ephemeral: [ OK ] 3.79 sec.
2024-12-16 15:47:11 02575_merge_prewhere_default_expression: [ OK ] 3.74 sec.
2024-12-16 15:47:11 02573_insert_null_as_default_null_as_empty_nested: [ OK ] 4.36 sec.
2024-12-16 15:47:16 02568_and_consistency: [ OK ] 4.20 sec.
2024-12-16 15:47:19 02572_materialized_views_ignore_errors: [ OK ] 8.41 sec.
2024-12-16 15:47:19 02568_json_array_length: [ OK ] 3.58 sec.
2024-12-16 15:47:21 02572_query_views_log_background_thread: [ OK ] 13.78 sec.
2024-12-16 15:47:23 02566_analyzer_limit_settings_distributed: [ OK ] 4.21 sec.
2024-12-16 15:47:27 02561_with_fill_date_datetime_incompatible: [ OK ] 3.21 sec.
2024-12-16 15:47:32 02560_regexp_denial_of_service: [ OK ] 5.40 sec.
2024-12-16 15:47:36 02560_count_digits: [ OK ] 3.62 sec.
2024-12-16 15:47:39 02563_arrow_low_cardinality_bug: [ OK ] 19.87 sec.
2024-12-16 15:47:41 02704_keeper_map_zk_nodes: [ OK ] 64.78 sec.
2024-12-16 15:47:44 02556_local_with_totals_and_extremes: [ OK ] 5.17 sec.
2024-12-16 15:47:45 02553_type_object_analyzer: [ OK ] 3.61 sec.
2024-12-16 15:47:46 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 46.14 sec.
2024-12-16 15:47:47 02784_connection_string: [ OK ] 88.45 sec.
2024-12-16 15:47:48 02552_client_format_settings: [ OK ] 3.41 sec.
2024-12-16 15:47:48 02558_system_processes_elapsed: [ OK ] 12.47 sec.
2024-12-16 15:47:49 02552_regression_crash: [ OK ] 3.48 sec.
2024-12-16 15:47:50 02542_table_function_format: [ OK ] 3.49 sec.
2024-12-16 15:47:52 02534_s3_heap_use_after_free: [ OK ] 3.57 sec.
2024-12-16 15:47:52 02534_join_prewhere_bug: [ OK ] 4.10 sec.
2024-12-16 15:47:53 02532_analyzer_aggregation_with_rollup: [ OK ] 4.24 sec.
2024-12-16 15:47:54 02530_ip_part_id: [ OK ] 3.90 sec.
2024-12-16 15:47:56 02525_different_engines_in_temporary_tables: [ OK ] 4.06 sec.
2024-12-16 15:47:56 02521_grouping_sets_plus_memory_efficient_aggr: [ OK ] 3.40 sec.
2024-12-16 15:47:57 02539_vertical_merge_compact_parts: [ OK ] 10.13 sec.
2024-12-16 15:47:57 02521_analyzer_aggregation_without_column: [ OK ] 3.51 sec.
2024-12-16 15:47:58 02523_array_shuffle: [ OK ] 5.72 sec.
2024-12-16 15:48:00 02517_uuid_parsing: [ OK ] 3.56 sec.
2024-12-16 15:48:01 02516_projections_and_context: [ OK ] 3.92 sec.
2024-12-16 15:48:01 02515_projections_with_totals: [ OK ] 3.58 sec.
2024-12-16 15:48:03 02514_bad_index_granularity: [ OK ] 3.27 sec.
2024-12-16 15:48:04 02518_parquet_arrow_orc_boolean_value: [ OK ] 8.10 sec.
2024-12-16 15:48:05 02512_array_join_name_resolution: [ OK ] 3.69 sec.
2024-12-16 15:48:06 02513_prewhere_combine_step_filters: [ OK ] 4.25 sec.
2024-12-16 15:48:07 02508_index_analysis_to_date_timezone: [ OK ] 3.94 sec.
2024-12-16 15:48:08 02504_parse_datetime_best_effort_calebeaires: [ OK ] 3.43 sec.
2024-12-16 15:48:09 02503_bad_compatibility_setting: [ OK ] 3.61 sec.
2024-12-16 15:48:09 02503_mysql_compat_utc_timestamp: [ OK ] 3.45 sec.
2024-12-16 15:48:11 02501_analyzer_expired_context_crash_fix: [ OK ] 3.62 sec.
2024-12-16 15:48:12 02500_analyzer_storage_view_crash_fix: [ OK ] 3.95 sec.
2024-12-16 15:48:13 02561_temporary_table_grants: [ OK ] 51.20 sec.
2024-12-16 15:48:13 02499_quantile_nan_ubsan_msan: [ OK ] 4.08 sec.
2024-12-16 15:48:13 02498_analyzer_settings_push_down: [ OK ] 3.76 sec.
2024-12-16 15:48:15 02497_source_part_is_intact_when_mutation: [ OK ] 3.97 sec.
2024-12-16 15:48:16 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 18.91 sec.
2024-12-16 15:48:16 02487_create_index_normalize_functions: [ OK ] 3.49 sec.
2024-12-16 15:48:17 02494_array_function_range: [ OK ] 3.73 sec.
2024-12-16 15:48:18 02495_concat_with_separator: [ OK ] 5.54 sec.
2024-12-16 15:48:20 02482_execute_functions_before_sorting_bug: [ OK ] 3.80 sec.
2024-12-16 15:48:20 02481_xxh3_hash_function: [ OK ] 3.49 sec.
2024-12-16 15:48:22 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 3.58 sec.
2024-12-16 15:48:22 02482_value_block_parsing: [ OK ] 7.13 sec.
2024-12-16 15:48:24 02481_merge_array_join_sample_by: [ OK ] 4.03 sec.
2024-12-16 15:48:28 02478_projection_and_alter_low_cardinality: [ OK ] 3.88 sec.
2024-12-16 15:48:31 02477_is_null_parser: [ OK ] 3.44 sec.
2024-12-16 15:48:33 02480_tets_show_full: [ OK ] 11.05 sec.
2024-12-16 15:48:36 02473_map_element_nullable: [ OK ] 4.27 sec.
2024-12-16 15:48:37 02471_wrong_date_monotonicity: [ OK ] 3.58 sec.
2024-12-16 15:48:39 02467_cross_join_three_table_functions: [ OK ] 3.41 sec.
2024-12-16 15:48:41 02466_distributed_query_profiler: [ OK ] 4.05 sec.
2024-12-16 15:48:42 02463_julian_day_ubsan: [ OK ] 3.16 sec.
2024-12-16 15:48:43 02481_parquet_int_list_multiple_chunks: [ OK ] 23.42 sec.
2024-12-16 15:48:46 02462_distributions: [ OK ] 4.60 sec.
2024-12-16 15:48:46 02457_parse_date_time_best_effort: [ OK ] 4.03 sec.
2024-12-16 15:48:47 02456_summing_mt_lc: [ OK ] 3.78 sec.
script.gdb:13: Error in sourced command file:
No stack.
2024-12-16 15:49:09 02456_alter-nullable-column-bag-2: [ FAIL ] 23.38 sec. - server died
2024-12-16 15:49:09 ConnectionRefusedError
2024-12-16 15:49:09 [Errno 111] Connection refused
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1691, in run
2024-12-16 15:49:09 self._cleanup(result.status == TestStatus.OK)
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1754, in _cleanup
2024-12-16 15:49:09 self._cleanup_database(args, timeout)
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1788, in _cleanup_database
2024-12-16 15:49:09 clickhouse_execute(
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2024-12-16 15:49:09 return clickhouse_execute_http(
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http
2024-12-16 15:49:09 raise ex
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http
2024-12-16 15:49:09 client.request(
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1283, in request
2024-12-16 15:49:09 self._send_request(method, url, body, headers, encode_chunked)
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
2024-12-16 15:49:09 self.endheaders(body, encode_chunked=encode_chunked)
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
2024-12-16 15:49:09 self._send_output(message_body, encode_chunked=encode_chunked)
2024-12-16 15:49:09
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
2024-12-16 15:49:09 self.send(msg)
2024-12-16 15:49:09
2024-12-16 15:49:09 Settings used in the test: --max_insert_threads 4 --group_by_two_level_threshold 613013 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 13601788 --max_read_buffer_size 700179 --prefer_localhost_replica 0 --max_block_size 30899 --max_threads 31 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 83 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 2549908 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 5970116044 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 23 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 918289011 --min_compress_block_size 1715282 --max_compress_block_size 769776 --merge_tree_compact_parts_min_granules_to_multibuffer_read 94 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7690437 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --prefer_warmed_unmerged_parts_seconds 3 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.87
2024-12-16 15:49:09
2024-12-16 15:49:09 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 23308886 --merge_max_block_size 23517 --index_granularity 59986 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 87287 --primary_key_compress_block_size 37602 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 492301939 --compact_parts_max_granules_to_buffer 230 --compact_parts_merge_max_bytes_to_prefetch_part 8328415 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 383
2024-12-16 15:49:09
2024-12-16 15:49:09 Database: test_1za884bh
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09
2024-12-16 15:49:09 Having 1 errors! 33 tests passed. 0 tests skipped. 304.98 s elapsed (ForkPoolWorker-3).
2024-12-16 15:49:09 Process ForkPoolWorker-6:
2024-12-16 15:49:09 Process ForkPoolWorker-9:
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 3392, in
2024-12-16 15:49:09 main(args)
2024-12-16 15:49:09 Process ForkPoolWorker-8:
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2786, in main
2024-12-16 15:49:09 Process ForkPoolWorker-2:
2024-12-16 15:49:09 Process ForkPoolWorker-5:
2024-12-16 15:49:09 Process ForkPoolWorker-4:
2024-12-16 15:49:09 total_tests_run += do_run_tests(args.jobs, test_suite, args.parallel)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2408, in do_run_tests
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1678, in run
2024-12-16 15:49:09 ) = self.run_single_test(server_logs_level, client_options)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1585, in run_single_test
2024-12-16 15:49:09 sleep(0.01)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 Process ForkPoolWorker-7:
2024-12-16 15:49:09 queue.put(suit, timeout=args.timeout * 1.1)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/queues.py", line 89, in put
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 if not self._sem.acquire(block, timeout):
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http
2024-12-16 15:49:09 client.request(
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1283, in request
2024-12-16 15:49:09 self._send_request(method, url, body, headers, encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
2024-12-16 15:49:09 self.endheaders(body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
2024-12-16 15:49:09 self._send_output(message_body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
2024-12-16 15:49:09 self.send(msg)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 976, in send
2024-12-16 15:49:09 self.connect()
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 942, in connect
2024-12-16 15:49:09 self.sock = self._create_connection(
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 845, in create_connection
2024-12-16 15:49:09 raise err
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 833, in create_connection
2024-12-16 15:49:09 sock.connect(sa)
2024-12-16 15:49:09 ConnectionRefusedError: [Errno 111] Connection refused
2024-12-16 15:49:09
2024-12-16 15:49:09 During handling of the above exception, another exception occurred:
2024-12-16 15:49:09
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 __main__.Terminated: Terminated with 15 signal
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1691, in run
2024-12-16 15:49:09 self._cleanup(result.status == TestStatus.OK)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1754, in _cleanup
2024-12-16 15:49:09 self._cleanup_database(args, timeout)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1788, in _cleanup_database
2024-12-16 15:49:09 clickhouse_execute(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2024-12-16 15:49:09 return clickhouse_execute_http(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http
2024-12-16 15:49:09 sleep(i + 1)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http
2024-12-16 15:49:09 client.request(
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1283, in request
2024-12-16 15:49:09 self._send_request(method, url, body, headers, encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
2024-12-16 15:49:09 self.endheaders(body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
2024-12-16 15:49:09 self._send_output(message_body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
2024-12-16 15:49:09 self.send(msg)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 976, in send
2024-12-16 15:49:09 self.connect()
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 942, in connect
2024-12-16 15:49:09 self.sock = self._create_connection(
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 845, in create_connection
2024-12-16 15:49:09 raise err
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 833, in create_connection
2024-12-16 15:49:09 sock.connect(sa)
2024-12-16 15:49:09 ConnectionRefusedError: [Errno 111] Connection refused
2024-12-16 15:49:09
2024-12-16 15:49:09 During handling of the above exception, another exception occurred:
2024-12-16 15:49:09
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1683, in run
2024-12-16 15:49:09 result.check_if_need_retry(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 943, in check_if_need_retry
2024-12-16 15:49:09 or not need_retry(args, stdout, stderr, self.total_time)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 438, in need_retry
2024-12-16 15:49:09 session_uptime = get_zookeeper_session_uptime(args)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 426, in get_zookeeper_session_uptime
2024-12-16 15:49:09 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()"))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2024-12-16 15:49:09 return clickhouse_execute_http(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http
2024-12-16 15:49:09 sleep(i + 1)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http
2024-12-16 15:49:09 client.request(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http
2024-12-16 15:49:09 client.request(
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1283, in request
2024-12-16 15:49:09 self._send_request(method, url, body, headers, encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
2024-12-16 15:49:09 self.endheaders(body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1283, in request
2024-12-16 15:49:09 self._send_request(method, url, body, headers, encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
2024-12-16 15:49:09 self._send_output(message_body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
2024-12-16 15:49:09 self.endheaders(body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
2024-12-16 15:49:09 self._send_output(message_body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
2024-12-16 15:49:09 self.send(msg)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
2024-12-16 15:49:09 self.send(msg)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 976, in send
2024-12-16 15:49:09 self.connect()
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 976, in send
2024-12-16 15:49:09 self.connect()
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 942, in connect
2024-12-16 15:49:09 self.sock = self._create_connection(
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 942, in connect
2024-12-16 15:49:09 self.sock = self._create_connection(
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 845, in create_connection
2024-12-16 15:49:09 raise err
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 833, in create_connection
2024-12-16 15:49:09 sock.connect(sa)
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 845, in create_connection
2024-12-16 15:49:09 raise err
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 833, in create_connection
2024-12-16 15:49:09 sock.connect(sa)
2024-12-16 15:49:09 ConnectionRefusedError: [Errno 111] Connection refused
2024-12-16 15:49:09
2024-12-16 15:49:09 During handling of the above exception, another exception occurred:
2024-12-16 15:49:09
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 ConnectionRefusedError: [Errno 111] Connection refused
2024-12-16 15:49:09
2024-12-16 15:49:09 During handling of the above exception, another exception occurred:
2024-12-16 15:49:09
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1691, in run
2024-12-16 15:49:09 self._cleanup(result.status == TestStatus.OK)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1754, in _cleanup
2024-12-16 15:49:09 self._cleanup_database(args, timeout)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1788, in _cleanup_database
2024-12-16 15:49:09 clickhouse_execute(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2024-12-16 15:49:09 return clickhouse_execute_http(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http
2024-12-16 15:49:09 sleep(i + 1)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1691, in run
2024-12-16 15:49:09 self._cleanup(result.status == TestStatus.OK)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1754, in _cleanup
2024-12-16 15:49:09 self._cleanup_database(args, timeout)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1788, in _cleanup_database
2024-12-16 15:49:09 clickhouse_execute(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2024-12-16 15:49:09 return clickhouse_execute_http(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http
2024-12-16 15:49:09 sleep(i + 1)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1678, in run
2024-12-16 15:49:09 ) = self.run_single_test(server_logs_level, client_options)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1585, in run_single_test
2024-12-16 15:49:09 sleep(0.01)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http
2024-12-16 15:49:09 client.request(
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1283, in request
2024-12-16 15:49:09 self._send_request(method, url, body, headers, encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request
2024-12-16 15:49:09 self.endheaders(body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders
2024-12-16 15:49:09 self._send_output(message_body, encode_chunked=encode_chunked)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output
2024-12-16 15:49:09 self.send(msg)
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 976, in send
2024-12-16 15:49:09 self.connect()
2024-12-16 15:49:09 File "/usr/lib/python3.10/http/client.py", line 942, in connect
2024-12-16 15:49:09 self.sock = self._create_connection(
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 845, in create_connection
2024-12-16 15:49:09 raise err
2024-12-16 15:49:09 File "/usr/lib/python3.10/socket.py", line 833, in create_connection
2024-12-16 15:49:09 sock.connect(sa)
2024-12-16 15:49:09 ConnectionRefusedError: [Errno 111] Connection refused
2024-12-16 15:49:09
2024-12-16 15:49:09 During handling of the above exception, another exception occurred:
2024-12-16 15:49:09
2024-12-16 15:49:09 Traceback (most recent call last):
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2024-12-16 15:49:09 self.run()
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2024-12-16 15:49:09 self._target(*self._args, **self._kwargs)
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
2024-12-16 15:49:09 result = (True, func(*args, **kwds))
2024-12-16 15:49:09 File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
2024-12-16 15:49:09 return list(map(*args))
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2179, in run_tests_array
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 2147, in run_tests_array
2024-12-16 15:49:09 test_result = test_case.run(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1695, in run
2024-12-16 15:49:09 raise e
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1691, in run
2024-12-16 15:49:09 self._cleanup(result.status == TestStatus.OK)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1754, in _cleanup
2024-12-16 15:49:09 self._cleanup_database(args, timeout)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 1788, in _cleanup_database
2024-12-16 15:49:09 clickhouse_execute(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2024-12-16 15:49:09 return clickhouse_execute_http(
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http
2024-12-16 15:49:09 sleep(i + 1)
2024-12-16 15:49:09 File "/usr/bin/clickhouse-test", line 366, in signal_handler
2024-12-16 15:49:09 raise Terminated(f"Terminated with {sig} signal")
2024-12-16 15:49:09 Terminated: Terminated with 15 signal
2024-12-16 15:49:09 Break tests execution
2024-12-16 15:49:09 Stopping tests
The command 'timeout 9720 bash -c run_tests' has been killed by timeout
+ exit_code=124
+ [[ 124 -eq 124 ]]
+ echo 'The command '\''timeout 9720 bash -c run_tests'\'' has been killed by timeout'
+ return 124
+ :
+ echo 'Files in current directory'
+ ls -la ./
Files in current directory
total 137432
drwxr-xr-x 1 root root 4096 Dec 16 15:48 .
drwxr-xr-x 1 root root 4096 Dec 16 15:48 ..
-rw-rw-r-- 1 1000 1000 300 Dec 16 15:39 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Dec 16 15:42 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Dec 16 15:42 __azurite_db_blob__.json
-rw-r--r-- 1 root root 93200 Dec 16 18:25 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Dec 16 15:42 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Dec 16 15:41 dev
-rwxr-xr-x 1 root root 0 Dec 16 15:41 .dockerenv
drwxr-xr-x 1 root root 4096 Dec 16 15:41 etc
drwxr-xr-x 1 1000 1000 4096 Dec 16 15:42 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 2024 mc
drwxr-xr-x 2 root root 4096 Apr 27 2024 media
-rwxr-xr-x 1 root root 118595584 Jun 13 2024 minio
drwxr-xr-x 4 root root 4096 Dec 16 15:42 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt
drwxr-xr-x 2 root root 4096 Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Dec 16 15:41 package_folder
dr-xr-xr-x 310 root root 0 Dec 16 15:41 proc
-rwxrwxr-x 1 root root 7989 May 15 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Dec 16 15:42 root
drwxr-xr-x 1 root root 4096 Dec 16 15:41 run
-rwxrwxr-x 1 root root 16095 Jun 13 2024 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Dec 16 15:42 script.gdb
-rwxrwxr-x 1 root root 10462 May 15 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 2024 srv
-rw-rw-r-- 1 root root 13192 Jun 13 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Dec 16 15:41 sys
drwxrwxr-x 2 1000 1000 4096 Dec 16 15:44 test_output
drwxrwxrwt 1 root root 12288 Dec 16 15:49 tmp
drwxr-xr-x 2 root root 4096 Dec 16 15:44 user_defined
drwxr-xr-x 1 root root 4096 Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 2024 utils.lib
drwxr-xr-x 1 root root 4096 Apr 27 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137432
drwxr-xr-x 1 root root 4096 Dec 16 15:48 .
drwxr-xr-x 1 root root 4096 Dec 16 15:48 ..
-rw-rw-r-- 1 1000 1000 300 Dec 16 15:39 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Dec 16 15:42 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Dec 16 15:42 __azurite_db_blob__.json
-rw-r--r-- 1 root root 93200 Dec 16 18:25 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Dec 16 15:42 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Dec 16 15:41 dev
-rwxr-xr-x 1 root root 0 Dec 16 15:41 .dockerenv
drwxr-xr-x 1 root root 4096 Dec 16 15:41 etc
drwxr-xr-x 1 1000 1000 4096 Dec 16 15:42 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 2024 mc
drwxr-xr-x 2 root root 4096 Apr 27 2024 media
-rwxr-xr-x 1 root root 118595584 Jun 13 2024 minio
drwxr-xr-x 4 root root 4096 Dec 16 15:42 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt
drwxr-xr-x 2 root root 4096 Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Dec 16 15:41 package_folder
dr-xr-xr-x 310 root root 0 Dec 16 15:41 proc
-rwxrwxr-x 1 root root 7989 May 15 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Dec 16 15:42 root
drwxr-xr-x 1 root root 4096 Dec 16 15:41 run
-rwxrwxr-x 1 root root 16095 Jun 13 2024 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Dec 16 15:42 script.gdb
-rwxrwxr-x 1 root root 10462 May 15 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 2024 srv
-rw-rw-r-- 1 root root 13192 Jun 13 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Dec 16 15:41 sys
drwxrwxr-x 2 1000 1000 4096 Dec 16 15:44 test_output
drwxrwxrwt 1 root root 12288 Dec 16 15:49 tmp
drwxr-xr-x 2 root root 4096 Dec 16 15:44 user_defined
drwxr-xr-x 1 root root 4096 Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 2024 utils.lib
drwxr-xr-x 1 root root 4096 Apr 27 2024 var
+ /process_functional_tests_result.py
2024-12-16 18:26:02,734 File /analyzer_tech_debt.txt with broken tests found
2024-12-16 18:26:02,735 Broken tests in the list: 11
2024-12-16 18:26:02,735 Find files in result folder gdb.log,test_result.txt,run.log,garbage.log
2024-12-16 18:26:02,738 Is flaky check: False
2024-12-16 18:26:02,738 Result parsed
2024-12-16 18:26:02,739 Result written
+ clickhouse-client -q 'system flush logs'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ :
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ [[ 0 != \1\8\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ echo '++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ [[ 0 != \1\9\0 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ [[ 0 != \1\8\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ [[ 0 != \1\9\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)'
+ [[ 0 != \1\8\7 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 732.
The process with pid = 732 does not exist.
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
2024.12.16 15:48:49.387935 [ 730 ] {} Application: Child process was terminated by signal 9 (KILL). If it is not done by 'forcestop' command or manually, the possible cause is OOM Killer (see 'dmesg' and look at the '/var/log/kern.log' for the details).
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]